bitkeeper revision 1.1389.7.4 (42792d1dpWcMoYEkCeHotKk4mVnZfg)
authorcl349@firebug.cl.cam.ac.uk[cl349] <cl349@firebug.cl.cam.ac.uk[cl349]>
Wed, 4 May 2005 20:14:21 +0000 (20:14 +0000)
committercl349@firebug.cl.cam.ac.uk[cl349] <cl349@firebug.cl.cam.ac.uk[cl349]>
Wed, 4 May 2005 20:14:21 +0000 (20:14 +0000)
boot.c:
  Fix assignment warning.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
linux-2.6.11-xen-sparse/arch/xen/i386/kernel/acpi/boot.c

index 4ba5437fc970908307f159c04878720d732f86b8..bf4e0a49867b2189c54f8e91997a3910a5b05932 100644 (file)
@@ -524,7 +524,7 @@ acpi_scan_rsdp (
 {
        unsigned long           offset = 0;
        unsigned long           sig_len = sizeof("RSD PTR ") - 1;
-       unsigned long           vstart = isa_bus_to_virt(start);
+       unsigned long           vstart = (unsigned long)isa_bus_to_virt(start);
 
        /*
         * Scan all 16-byte boundaries of the physical memory region for the